'Declaration
Public Function RenderPageToGdPictureImageEx_2( _ ByVal DPI As Single, _ ByVal RenderFormFields As Boolean, _ ByVal PixelFormat As PixelFormat _ ) As Integer
public int RenderPageToGdPictureImageEx_2( float DPI, bool RenderFormFields, PixelFormat PixelFormat )
public function RenderPageToGdPictureImageEx_2( DPI: Single; RenderFormFields: Boolean; PixelFormat: PixelFormat ): Integer;
public function RenderPageToGdPictureImageEx_2( DPI : float, RenderFormFields : boolean, PixelFormat : PixelFormat ) : int;
public: int RenderPageToGdPictureImageEx_2( float DPI, bool RenderFormFields, PixelFormat PixelFormat )
public: int RenderPageToGdPictureImageEx_2( float DPI, bool RenderFormFields, PixelFormat PixelFormat )
Parameters
- DPI
- RenderFormFields
- PixelFormat